home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / examples / snnsbat2.cfb < prev    next >
Text File  |  1994-04-25  |  2KB  |  79 lines

  1. #
  2. Type: SNNSBATCH_2
  3. #
  4. # This is the style for an snnsbat configuration file, type 2.
  5. #
  6. # The following keyword-value combinations may be supplied in any order.
  7. # If a key is given twice, the second appearence is taken.
  8. # Keys that are not required for a special run may be omitted.
  9. # If a key is ommited but required, a default value is assumed.
  10. # The lines may be separated with comments.
  11. #
  12. # Please note the mandatory file type specification at the begining and 
  13. # the colon following the key.
  14. #
  15. #
  16. #                                           Defaults:
  17. #
  18. #     NoOfLearnParam:      <int>                0
  19. #     LearnParam:          [ <float> ]*         0.0
  20. #     NoOfInitParam:       <int>                0
  21. #     InitParam:           [ <float> ]*         0.0
  22. #     NetworkFile:         <string>             ""
  23. #     TrainedNetworkFile:  <string>             ""
  24. #     LearnPatternFile:    <string>             ""
  25. #     TestPatternFile:     <string>             ""
  26. #     ResultFile:          <string>             ""
  27. #     InitFunction:        <string>             ""
  28. #     MaxLearnCycles:      <int>                0
  29. #     MaxErrorToStop:      <float>              0.0
  30. #     Shuffle:             [ YES | NO ]         NO
  31. #     ShuffleSubPat:       [ YES | NO ]         NO
  32. #     NoOfVarDim:          <int><int>           0 0
  33. #     SubPatternISize:        [ <int> ]*        0
  34. #     SubPatternOSize:        [ <int> ]*        0
  35. #     SubPatternIStep:        [ <int> ]*        0
  36. #     SubPatternOStep:        [ <int> ]*        0
  37. #     ResultMinMaxPattern: <int><int>           0
  38. #     ResultIncludeInput:  [ YES | NO ]         NO
  39. #     ResultIncludeOutput: [ YES | NO ]         YES
  40. #     PerformActions:
  41. #
  42. #######################################################################
  43. NetworkFile: letters.net
  44. #
  45. #InitFunction: Randomize_Weights
  46. #NoOfInitParam: 2
  47. #InitParam: -1.0 1.0
  48. #
  49. LearnPatternFile: letters.pat
  50. #NoOfLearnParam: 2
  51. #LearnParam: 0.8 0.3
  52. MaxLearnCycles: 0
  53. #MaxErrorToStop: 0.1
  54. #Shuffle: YES
  55. #
  56. ResultFile: letters1.res
  57. ResultMinMaxPattern: 1 26
  58. ResultIncludeInput: NO
  59. ResultIncludeOutput: YES
  60. #
  61. #
  62. #
  63. PerformActions:
  64. #
  65. NetworkFile: <OLD>
  66. LearnPatternFile: <OLD>
  67. LearnParam: 0.2 0.1
  68. MaxLearnCycles: 500
  69. MaxErrorToStop: 0.1
  70. Shuffle: YES
  71. #
  72. #TrainedNetworkFile: trained_letters.net
  73. #TestPatternFile: test_letters.pat
  74. #
  75. ResultFile: letters2.res
  76. ResultMinMaxPattern: 1 26
  77. ResultIncludeInput: NO
  78. ResultIncludeOutput: YES
  79.